/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-employer .employer {
  max-width: 90%;
  margin: 0 auto; }
  @media (min-width: 981px) {
    .section-employer .employer {
      max-width: 500px; } }
  .section-employer .employer .top {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 20px; }
    .section-employer .employer .top .employer-logo {
      height: 50px;
      width: 50px;
      border-radius: 10px;
      background-color: var(--night);
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-employer .employer .top .employer-logo img {
        -o-object-fit: contain;
           object-fit: contain; }
    .section-employer .employer .top .text .post-date {
      color: var(--dark-gray); }
    .section-employer .employer .top .link {
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      background-color: var(--orange);
      border-radius: 10px;
      transition: background-color .14s ease-in-out;
      height: 50px;
      width: 50px;
      margin-left: auto; }
      .section-employer .employer .top .link:hover {
        text-decoration: none;
        background-color: var(--orange-darken); }
  .section-employer .employer .content p {
    margin: 0; }
  .section-employer .employer .share {
    margin-top: 30px; }
    .section-employer .employer .share a {
      width: 100%; }

#share-popup {
  padding: 4em 2em;
  border-radius: 15px; }
  #share-popup .share {
    display: flex;
    justify-content: space-between;
    gap: 1em; }
    #share-popup .share:not(:last-of-type) {
      margin-bottom: 2em; }
    #share-popup .share .link {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center;
      gap: 1em; }
      #share-popup .share .link:hover {
        text-decoration: none; }
      #share-popup .share .link .icon {
        height: 100%;
        min-height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        transition: background-color .14s ease-in-out;
        color: var(--white); }
      #share-popup .share .link .content {
        max-width: 175px; }
        #share-popup .share .link .content .title {
          margin: 0;
          font-weight: 600;
          color: var(--night); }
      #share-popup .share .link .icon-chevron-right {
        height: 100%;
        min-height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--night);
        color: var(--night);
        border-radius: 15px;
        font-size: 10px;
        transition: background-color .14s ease-in-out, color .14s ease-in-out; }
    #share-popup .share.facebook .icon {
      background-color: var(--facebook); }
    #share-popup .share.twitter .icon {
      background-color: var(--black); }
    #share-popup .share.linkedin .icon {
      background-color: var(--linkedin); }
    #share-popup .share.whatsapp .icon {
      background-color: var(--whatsapp); }
    #share-popup .share.mail .icon {
      background-color: var(--lightblue); }
    #share-popup .share:hover .icon-chevron-right {
      background-color: var(--night);
      color: var(--white); }
  #share-popup button {
    background-color: var(--orange);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px; }

/*# sourceMappingURL=employer.css.map */
