.space-between {
    justify-content: space-between;
}

/* Styles for A-Z filter */
.az-filter {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    flex-wrap: wrap;
    padding-left: 45px;
    position: relative;
}

.az-filter a {
    display: inline-block;
    padding: 0 0.5vw;
    margin: 0 0.5vw 10px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.az-filter .divider {
    color: #ccc;
    position: absolute;
    left: 40px;
    top: 0;
}

.az-filter a.all {
    position: absolute;
    left: 0;
    top: 0;
}

.az-filter a.active {
    font-weight: 700;
}

.az-filter a:hover {
    text-decoration: underline;
}

.az-filter a:focus {
    text-decoration: underline;
    outline: none;
}

.az-filter a.disabled {
    color: #ccc;
    pointer-events: none;
}

.type-filter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.type-filter .divider {
    display: inline-block;
    margin: 0 15px;
    color: #ccc;
    font-size: 24px;
}

.verified-filter {
    display: flex;
    align-items: center;
}

.verified-filter label {
    display: block;
    height: 35px;
    width: 90px;
    background: url(../assets/images/verified-badge.svg) no-repeat center left / contain;
    cursor: pointer;
}

.verified-filter label.not-verified {
    filter: grayscale(100%);
}

.verified-filter input {
    display: none;
}

.newsroom-page .entry-crumbs {
    margin-bottom: 20px;
}

.newsroom-page .newsroom-banner img {
    max-height: 240px;
    object-fit: cover;
}

.newsroom-page-block .tabs-content.row {
    margin-bottom: 50px;
}

.type-filter a {
    display: block;
    margin: 0 15px;
    font-size: 24px;
    font-weight: 600;
}

.type-filter a.active {
    font-weight: 700;
}

/* Styles for term list */
.term-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    text-align: center;
}

/* Default to 5 items per row for desktops */
.term-list li {
    width: calc(20% - 20px); /* Adjusting for padding and margin */
    padding: 10px;
    margin: 10px !important;
}

.term-list li .vendor-image {
    position: relative;
    display: block;
    padding-bottom: 45%;
    height: 0;
    width: 100%;
}

.term-list li .vendor-image .name {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 100%;
    width: 100%;
    word-break: break-word;
}

.term-list li img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    height: 100%;
    width: 100%; /* Adjust image width as needed */
    object-fit: contain;
}

.term-list li .verified {
    margin-top: 10px;
    height: 15px;
    width: 100%;
    background: url(../assets/images/verified-badge.svg) no-repeat center center / contain;
}

.term-list li a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.newsroom-contact-details .contact-details-content {
    margin-top: 30px;
}

.newsroom-contact-details .contact-person-image {
    padding-right: 30px;
}

.newsroom-contact-details .contact-person-image img {
    display: block;
    height: 80px;
    width: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.newsroom-contact-details .contact-item {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
}

.newsroom-contact-details .contact-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.newsroom-contact-details .contact-name::before {
    background-image: url('../assets/images/name-icon.svg');
}

.newsroom-contact-details .contact-phone-numbers::before {
    background-image: url('../assets/images/phone-icon.svg');
}

.newsroom-contact-details .contact-email-addresses::before {
    background-image: url('../assets/images/email-icon.svg');
}

.newsroom-contact-details .contact-item a {
    color: #ee701e;
    font-weight: 600;
    text-decoration: none;
}

.newsroom-contact-details .contact-item .lbl {
    padding-right: 5px;
}

.newsroom-page-block {
    margin-top: 50px;
    margin-bottom: 30px;
}

.newsroom-page-block .page-nav.td-pb-padding-side {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.newsroom-page-block .block-title.td-block-title {
    position: relative;
    top: -15px;
    margin-bottom: 20px;
}

.newsroom-page-block .block-title.td-block-title .td-pulldown-size {
    padding-left: 0;
    position: relative;
    top: 10px;
    background: white;
    color: #be1622;
    text-transform: revert-layer;
}

.newsroom-page-block .newsroom-logo {
    display: flex;
    align-items: center;
}

.newsroom-page-block .newsroom-logo .newsroom-logo-block img {
    width: 280px;
    max-height: 100px;
    object-fit: contain;
    display: block;
    object-position: left;
}

.newsroom-page-block .newsroom-logo .sinch_hub_badge {
    margin-right: 30px;
}

.newsroom-page-block .newsroom-logo .sinch_hub_badge img {
    width: 120px;
}

.newsroom-top .verified {color: #3BAE72;}
.newsroom-top .verified img {
    width: 40px;
    margin-right: 6px;
}

.newsroom-top .sinch_hub_lp-tab-link {
    position: relative;
    display: inline-block;
    background-color: #be1622;
    height: 40px;
    padding: 0 20px 0 15px;
    color: white;
    text-decoration: none;
    border-bottom-right-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}
.newsroom-top .sinch_hub_lp-tab-link:before {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 16px;
    height: 5px;
    width: calc(100% - 40px);
    background-color: #3c3c3b;
}

/* POST FORM */
#postFormModal .modal-body {
    padding: 30px 30px 30px 10px;
    background-color: #fff;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    color: #333;
  }
  
  /* Form structure */
  .wpuf-form {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .wpuf-form li {
    margin-bottom: 25px;
  }
  
  /* Labels */
  .wpuf-label label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #444;
  }
  
  /* Required star */
  .wpuf-label .required {
    color: #c00;
    font-weight: bold;
  }
  
  /* Inputs */
  .wpuf-fields input[type="text"],
  .wpuf-fields input[type="email"],
  .wpuf-fields input[type="url"],
  .wpuf-fields textarea,
  .wpuf-fields select {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fdfdfd;
    transition: all 0.2s ease-in-out;
  }
  
  .wpuf-fields input:focus,
  .wpuf-fields textarea:focus,
  .wpuf-fields select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.2);
  }
  
  /* Rich text editor container */
  .wpuf-fields .wp-editor-wrap {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
  }
  
  /* Help text */
  .wpuf-help {
    font-size: 13px;
    color: #666;
    display: block;
    margin-top: 5px;
  }
  
  /* File upload */
  .wpuf-attachment-upload-filelist {
    margin-top: 8px;
  }
  
  .wpuf-attachment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  /* Submit Button */
  .wpuf-submit-button {
    background-color: #0073aa;
    color: white;
    padding: 12px 24px;
    font-size: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  
  .wpuf-submit-button:hover {
    background-color: #005d88;
  }
  
  /* Tags input */
  .wpuf-tags_11590 {
    font-style: italic;
  }
  
  /* Mobile responsiveness */
  @media screen and (max-width: 600px) {
    .modal-body {
      padding: 20px;
    }
  
    .wpuf-submit-button {
      width: 100%;
      text-align: center;
    }
  }
  
/* END OF POST FORM */

.sinch_hub_lp-contact-us .section-tab-header {display: flex;flex-direction: column;align-items: flex-end;}
.sinch_hub_lp-contact-us .section-tab-header {align-self: center;width: 220px;}
.sinch_hub_lp-contact-us .section-tab-header .sinch_hub_lp-bar-brand-logo-image {display: block;height: auto;width: 100%;margin: 0;}
.section-tab-header h3 {margin: 0;color: #878787;font-size: 16px;}
.section-tab-header p {margin: 0;color: #878787;font-size: 18px;}
.sinch_hub_lp-contact-us {display: inline-flex;align-items: center;padding: 20px;margin-top: 30px;border: 2px solid #616160;border-bottom-right-radius: 35px;}
.sinch_hub_lp-contact-us .section-contact-us-content {display: flex;flex: 1;padding: 0 25px;}
.sinch_hub_lp-contact-us .section-contact-us-content .section-contact-us-content-item {display: flex;align-items: flex-end;flex: 1;padding-right: 10px;}
.sinch_hub_lp-contact-us .section-contact-us-content .section-contact-us-content-item .section-contact-us-content-item-content-info {padding: 0 25px;}
.section-contact-us-content-item-content-info p {margin: 0 !important;font-size: 25px;line-height: 25px;font-weight: 700;}
.section-contact-us-content-item-content-info p + p {margin-top: 15px !important;}
.section-contact-us-content-item-content-info p strong {color: #757576;font-weight: 700;}
.section-contact-us-content-item-content-info p a {color: #80ba27 !important;text-decoration: none;font-weight: 700;}
.sinch_hub_lp-contact-us .section-contact-us-content .section-contact-us-content-item-title {color: #878787;font-size: 22px;}
.sinch_hub_lp-contact-us .section-contact-us-content .section-contact-us-content-item-content {display: flex;align-items: center;}
.sinch_hub_lp-contact-us .section-contact-us-content .section-contact-us-content-item-content p {margin: 0 !important;}
.sinch_hub_lp-contact-us .section-contact-us-content .section-contact-us-content-item-content .section-contact-us-content-item-content-photo {width: 70px;margin-right: 10px;}
.sinch_hub_lp-contact-us .section-contact-us-content .section-contact-us-content-item-content-photo img {height: 70px;width: 70px;border-radius: 50%;overflow: hidden;object-fit: cover;}

/* Adjust for small desktop: 4 items per row */
@media (min-width: 1920px) {
    .term-list li {
        width: calc(14.2857% - 20px); /* Adjust the width for 4 items per row, accounting for padding and margin */
    }
}

@media (max-width: 1300px) {
    .term-list li {
        width: calc(25% - 20px); /* Adjust the width for 4 items per row, accounting for padding and margin */
    }

    .az-filter a {
        padding: 0 6px;
        margin: 0 5px 10px;
    }
}

/* Adjust for tablets: 3 items per row */
@media (max-width: 768px) {
    .term-list li {
        width: calc(33.333% - 30px); /* Adjust the width for 3 items per row, accounting for padding and margin */
    }

    .term-list li a {
        font-size: 18px;
    }
}

/* Adjust for mobiles: 2 items per row */
@media (max-width: 560px) {
}