@import '../../scss/variables.scss';

.cover_picture {
  height: 300px;
  background-color: #aaaaaa;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.job-content-wrapper {
  .profile-picture {
    img {
      width: 180px;
      height: 180px;
      object-fit: cover;
      padding: 4px;
      background: #ffffff;
      box-shadow: 0 0 2px #aaa;
    }
  }

  .job-summary {
    h4 {
      font-size: 20px;
    }

    
  }

  .favorite {
    font-size: 20px;
  }

  .share-email{
    font-size: 23px;
  }

  .share a {
    font-size: 22px;
  }

  .job-detail-wrapper h6,
  .job-description-wrapper h6 {
    font-size: 18px;
  }

  .job-details-sidebar {
    font-size: 14px;

    .btn {
      font-size: 14px;
    }
  }
}


.share .icon-twitter svg {
	width: 20px;
	height: 20px;
	padding: 3px;
}
.share .icon-twitter {
	background: #002f58;
	border-radius: 4px;
	display: inline-flex;
	transform: translateY(-1px);
}
.share .icon-twitter:hover {
	background: var(--color-tertiary);
}