.gglogin {
    border: 1px #d0463b solid;
    color: #d0463b;
    font-size: 14px;
    font-weight: 600;
}

.gglogin:hover {
    color: #d0463b !important;
}

.fblogin {
    border: 1px #32519b solid;
    color: #32519b;
    font-size: 14px;
    font-weight: 600;
}

.header .main-header .header-right {
    min-width: 500px;
}

.btn.btn-bluef {
    color: #ffffff;
    background-color: #32519b;
    padding: 13px 25px;
}

.btn.btn-orangef {
    color: #ffffff;
    background-color: #f58a3c;
    padding: 13px 25px;
}

.header .main-menu li.has-children > a::after {
    font-family: uicons-regular-rounded, sans-serif !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    font-size: 18px;
    opacity: 1;
    margin-left: 4px;
    position: absolute;
    top: 1px;
    right: -19px;
    color: #a0abb8;
}
.header .main-menu li.has-children-1 > a::after {
    font-family: uicons-regular-rounded, sans-serif !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    font-size: 18px;
    opacity: 1;
    margin-left: 4px;
    position: absolute;
    top: 1px;
    right: -19px;
    color: #a0abb8;
}

.btn-resend-email {
    padding: 18px 25px;
    background: #f58a3c;
    color: #ffffff;
    border-radius: 4px;
}

.btn-resend-email:hover {
    background-color: #ee904d;
    color: #ffffff;
}

.select2-container {
    border: 1px solid #e0e6f7;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.box-industry .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
}

.box-select2 .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none;
    padding-top: 11px;
    height: 50px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 50px;
    max-height: 120px;
    padding: 5px;
    overflow-y: auto;
    user-select: none;
    -webkit-user-select: none;
    border: none !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    margin: 2px 5px 2px 0;
}

.select2-container .select2-selection--multiple {
    border: none !important;
}

.form-control {
    color: black;
}

.admin-icon-info {
    background: url(../../admin/imgs/icons/info.svg) no-repeat left center;
    padding-left: 31px;
}

.admin-icon-bank {
    background: url(../../admin/imgs/icons/cv_icon_bank.svg) no-repeat left
        center;
    padding-left: 31px;
}

.admin-icon-contract {
    background: url(../../admin/imgs/icons/cv_icon_contract.svg) no-repeat left
        center;
    padding-left: 31px;
}

.admin-icon-online {
    background: url(../../admin/imgs/icons/online.svg) no-repeat left center;
    padding-left: 31px;
}

.custom-img {
    width: 100%;
    height: 350px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-select {
    font-size: 14px;
    height: 50px;
}

.profile-basic-info {
    box-shadow: 0px 8px 12px 0px #a09fc652;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e0e6f7;
    background-color: #ffffff;
}

.img-slider {
    width: 100%;
}

#carouselBanner {
    margin-bottom: 20px;
    width: 100%;
}

.search-container {
    background: linear-gradient(
        180deg,
        rgba(219, 219, 219, 0.8) 0%,
        rgba(255, 255, 255, 0.9) 48.82%,
        #ffffff 100%
    );
    box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    position: absolute;
    top: 75%;
    left: 50%;
    width: 90%;
    max-width: 1280px;
    z-index: 10;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.search-container:hover {
    background: linear-gradient(
        180deg,
        rgba(219, 219, 219, 0.9) 0%,
        rgba(255, 255, 255, 1) 48.82%,
        #ffffff 100%
    );
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.search-container form {
    display: flex;
    gap: 20px;
    align-items: center;
}

.search-container .form-input {
    padding: 12px;
    font-size: 1rem;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #ccc;
    transition:
        border 0.3s ease,
        box-shadow 0.3s ease;
}

.search-container .form-input:focus {
    border-color: #4c92ff;
    box-shadow: 0 0 8px rgba(76, 146, 255, 0.3);
}

.search-container #cateSearch,
.search-container #city {
    min-width: 250px;
    /* Increased minimum width for wider dropdowns */
    padding: 12px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    transition:
        border 0.3s ease,
        box-shadow 0.3s ease;
}

.search-container #cateSearch:focus,
.search-container #city:focus {
    border-color: #4c92ff;
    box-shadow: 0 0 8px rgba(76, 146, 255, 0.3);
}

.search-container .btn-find {
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 5px;
    white-space: nowrap;
    background-color: #4c92ff;
    color: white;
    border: none;
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        transform 0.2s ease;
}

.search-container .btn-find:hover {
    background-color: #3889d1;
    transform: scale(1.05);
}

.search-container .form-find {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner strong,
.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner a {
    color: #010101;
}

.carousel-control-next-icon {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: rgba(29, 27, 33, 0.2);
}

.carousel-control-prev-icon {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: rgba(29, 27, 33, 0.2);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
    background-color: rgba(29, 27, 33, 0.8);
}

.img-item-logo {
    width: 42px;
    height: 42px;
}

.box-swiper .swiper-container .item-logo {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.text-info-right .line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-parent-category {
    text-align: center;
    line-height: 40px;
    width: 235.2px;
    margin-right: 15px;
}

.sticky-bar.stick {
    background: #0066b3;
}

.header {
    background: #0066b3;
    padding: 8px 0;
}

.header .main-menu li a:hover,
.header .main-menu li a.active {
    color: #fff;
    font-weight: 900;
}

.header .main-menu li a {
    color: #fff;
}

.header .main-menu li ul li a:hover {
    color: #0066b3;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #000;
}

.collapse-cursor-pointer {
    cursor: pointer;
}

.input-group-password {
    display: flex;
    align-items: center;
    position: relative;
}

.input-group-password input {
    flex: 1;
}

.input-group-password i {
    position: absolute;
    right: 30px;
    left: unset;
    cursor: pointer;
}

.input-group-password em {
    padding-left: 10px;
}
.nav-profile {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.job-descriptions {
    height: 180px;
}

.text-salary {
    height: 50px !important;
}

input.select2-search__field {
    font-size: 14px !important;
    line-height: 26px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #0066b3;
    border: 1px solid #0066b3;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 8px !important;
    color: white;
    font-size: 14px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin: auto;
}

.admin-icon-edit {
    background: url(../../admin/imgs/icons/edit.svg) no-repeat left center;
    padding-left: 31px;
}

.admin-cv-icon-add {
    background: url(../../admin/imgs/icons/add-blue.svg) no-repeat left center;
    padding-left: 31px;
}

.admin-cv-icon-we {
    background: url(../../admin/imgs/icons/cv_icon_work_exp.svg) no-repeat left
        center;
    padding-left: 30px;
}

.btn-edit-basic-info {
    cursor: pointer;
}

.btn.admin-icon-add {
    background-image: url(../../admin/imgs/icons/add.svg);
    background-repeat: no-repeat;
    background-position: 15px;
    padding-left: 45px;
    font-size: 12px;
}

.btn.admin-icon-cancel {
    background-image: url(../../admin/imgs/icons/trash.svg);
    background-repeat: no-repeat;
    background-position: 15px;
    padding-left: 47px;
}

.col-lg-2.d-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn.btn-editor,
.btn.btn-remove {
    height: 32px;
    width: 32px;
    padding: 0;
    background-color: #eff2fb;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-edit-cv {
    position: unset !important;
}

.btn.btn-editor {
    background-image: url(../../admin/imgs/page/my-resume/btn-edit.svg);
}

.btn.btn-remove {
    background-image: url(../../admin/imgs/page/my-resume/btn-delete.svg);
    margin-left: 8px;
}

.btn-editor,
.btn-remove {
    padding: 6px 8px;
    border-radius: 4px;
}

.btn.btn-brand {
    border-radius: 4px;
}

.btn-orange {
    background-color: #f36f21;
    color: white;
    padding: 10px 25px;
    line-height: 26px;
}

.btn.btn-default {
    color: #ffffff;
    background-color: #0066b3;
    line-height: 26px;
}

.btn.btn-huy {
    color: #ffffff !important;
    background-color: #6c757d !important;
    line-height: 26px !important;
    padding: 10px 25px !important;
}

.admin-cv-icon-education {
    background: url(../../admin/imgs/icons/cv_icon_education.svg) no-repeat left
        center;
    padding-left: 30px;
}

.certification-item-detail .certification-type-level {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0;
    text-align: left;
    color: #000000;
    margin-bottom: 6px;
}

.certification-item-detail .certification-type-level i {
    margin-right: 8px;
    color: #707070;
}

.certification-item-detail {
    margin-top: 10px;
    border-bottom: 1px solid #e4e9f2;
    padding-bottom: 12px;
}

.certification-item-detail .certification-title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    text-align: left;
    color: #101426;
    max-width: 100%;
    text-overflow: ellipsis;
    letter-spacing: 0;
}

.certification-item-detail .certification-field {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0;
    text-align: left;
    color: #000000;
    margin-bottom: 6px;
}

.certification-card-item {
    border-bottom: 1px dashed #e0e6f7;
    margin-bottom: 10px;
}

.admin-cv-icon-languages {
    background: url(../../admin/imgs/icons/cv_icon_language.svg) no-repeat left
        center;
    padding-left: 30px;
}

.emp-badge {
    line-height: unset;
}

.emp-badge-1 {
    width: 10%;
    line-height: unset;
    display: inline-block;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.paginations .pager li .pager-prev {
    height: 32px;
    width: 32px;
}

.paginations .pager li .pager-next {
    height: 32px;
    width: 32px;
}

.paginations .pager li .pager-disable {
    opacity: 75;
    cursor: not-allowed;
    pointer-events: none;
}

.paginations .pager li a {
    font-size: 16px;
}

.admin-cv-icon-info {
    background: url(../../admin/imgs/icons/cv_icon_info.svg) no-repeat left
        center;
    padding-left: 30px;
}

.admin-cv-icon-green-checked {
    background: url(../../admin/imgs/icons/green-tick.svg) no-repeat right
        center;
    padding-right: 30px;
}

.panel-white {
    background-color: #ffffff;
    border-radius: 16px;
    margin-bottom: 30px;
    border: 1px solid #e0e6f7;
}

.panel-head {
    border-bottom: 1px solid #e0e6f7;
    padding: 18px 30px;
    margin-bottom: 0px;
    position: relative;
}
.panel-head .dropdown-menu {
    top: 83%;
    min-width: 14rem;
    padding: 0.5rem;
}
.panel-head .dropdown-menu .dropdown-item {
    color: #05264e;
}
.panel-head .dropdown-menu .dropdown-item.active,
.panel-head .dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: #0066b3;
}
.panel-head .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #0066b3;
}

.panel-body {
    padding: 30px;
}

.panel-info-check {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.admin-cv-list-item {
    font-size: 14px;
    font-weight: 600;
}

.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 180px;
}

.text-truncate-title {
    overflow: hidden;
    height: 50px;
    max-width: 95%;
}

.mobile-menu li a {
    width: 100%;
}

.job-title {
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .job-title {
        white-space: normal;
        word-wrap: break-word;
    }
}

.guidelines-section {
    font-family: Arial, sans-serif;
    margin-top: 80px;
    margin-bottom: 100px;
}

.guidelines-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.guidelines-divider {
    border: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}

.guidelines-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #141414;
}

.guidelines-list li {
    margin-bottom: 10px;
}

.guidelines-list li::before {
    content: "› ";
    color: #555;
    margin-right: 5px;
}

.guidelines-link {
    font-size: 16px;
    font-weight: bold;
    color: #0f50c9; /* Màu tím */
    text-decoration: none;
}

.guidelines-link:hover {
    text-decoration: underline;
    color: #0f50c9; /* Màu tím đậm khi hover */
}
.guideline-detail-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
}

.guideline-detail-header p {
    font-size: 1rem;
    color: #6c757d;
}

.guideline-content {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
}

.guideline-content b {
    font-weight: bold;
}

.guideline-content img {
    max-width: 100%;
    margin: 20px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.guideline-header h1 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.guideline-item {
    font-family: "Arial", sans-serif;
    margin-bottom: 20px;
}

.guideline-item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
}

.guideline-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.has-submenu > a.active {
    font-weight: bold;
    text-decoration: underline;
}

.has-submenu ul li a.active {
    color: orange;
}

.website-link {
    font-size: 12px;
    color: rgb(1, 1, 1);
    text-decoration: none;
    transition:
        color 0.3s ease,
        text-shadow 0.3s ease;
}

.website-link:hover,
.website-link:focus {
    color: darkblue; /* Change to a darker shade of blue */
    text-decoration: underline; /* Optional underline on hover */
}

.error-message {
    color: red;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-50%);
    white-space: nowrap;
}
.form-group {
    position: relative;
}

.modal-header-subscription {
    background: white;
    border-bottom: none;
    position: relative;
    text-align: center;
}

.icon-box {
    color: #47c9a2;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #47c9a2;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}

.mh-50 {
    max-height: 50px;
}

.vt-primary-blue {
    color: #0066b3 !important;
}

.vt-primary-bg-blue {
    background-color: #0066b3 !important;
}

.vt-primary-header {
    color: #0066b3 !important;
    font-weight: 700;
}

.vt-color-red {
    color: red;
}

.vt-job-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.vt-w-180 {
    width: 180px !important;
}

.vt-deco-black {
    text-decoration: none;
    color: black;
}

.love-icon {
    position: absolute;
    top: 26px;
    right: 10px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}

/* ===============================
   ACTION BUTTON – GLOBAL STYLE
   Color: #0066b3
   =============================== */

.action-btn {
    --action-color: #0066b3;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 32px;
    height: 32px;
    padding: 0;

    border: 1px solid var(--action-color);
    border-radius: 6px;

    background-color: transparent;
    color: var(--action-color);

    font-size: 14px;
    line-height: 1;

    transition: all 0.2s ease-in-out;
}

.action-btn i {
    pointer-events: none;
}

/* Hover / focus */
.action-btn:hover,
.action-btn:focus {
    background-color: var(--action-color);
    color: #ffffff;
    text-decoration: none;
}

/* Active */
.action-btn:active {
    transform: scale(0.96);
}

/* Disabled */
.action-btn:disabled,
.action-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ===== Danger (Delete) ===== */

.action-btn--danger {
    --action-color: #dc3545;
}

.action-btn--success {
    --action-color: #12852c;
}

.action-btn--secondary {
    --action-color: #919394;
}

/* Custom Tooltip Styling - Direct Override */
.custom-tooltip .tooltip-inner {
    background-color: #1f2937 !important;
    color: #ffffff !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    max-width: 300px !important;
}

.custom-tooltip .tooltip-arrow::before {
    border-top-color: #1f2937 !important;
    border-bottom-color: #1f2937 !important;
    border-left-color: #1f2937 !important;
    border-right-color: #1f2937 !important;
}

.img-national {
    width: 100%;
    max-width: 320px;
    height: 200px;

    border: 2px dashed #cbd5e1;
    border-radius: 12px;

    background: #f8fafc;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    position: relative;

    cursor: pointer;
    transition: all 0.2s ease;
}

.img-national:hover {
    border-color: #2563eb;
    background: #eff6ff;
}

.img-national-v {
    width: 100%;
    max-width: 200px;
    height: 320px;

    border: 2px dashed #cbd5e1;
    border-radius: 12px;

    background: #f8fafc;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    position: relative;

    cursor: pointer;
    transition: all 0.2s ease;
}

.img-national-v:hover {
    border-color: #2563eb;
    background: #eff6ff;
}

.box-swiper .swiper-container .item-logo {
    position: relative;
}

.item-logo--highlight {
    border: 2px solid #0066b3 !important;
    box-shadow: 0 8px 24px rgba(0, 102, 179, 0.18);
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
}

.item-logo--highlight:hover {
    border-color: #004d8c !important;
    box-shadow: 0 12px 28px rgba(0, 102, 179, 0.28);
}

.category-slide--highlight .text-info-right h4 {
    color: #0066b3;
    font-weight: 700;
}

.category-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 20px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    line-height: 1;
}

.category-badge--hot,
.category-badge--new {
    background: linear-gradient(135deg, #ff4d4d 0%, #ff8a00 100%);
    animation: category-badge-pulse-hot 1.4s ease-in-out infinite;
}

@keyframes category-badge-pulse-hot {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.55);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 0 0 6px rgba(255, 77, 77, 0);
    }
}

/* ===============================
   JOB CARD BADGE – HOT / NEW
   =============================== */

.job-badge {
    position: absolute;
    top: 5px;
    left: 12px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 22px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
}

.job-badge--hot,
.job-badge--new {
    background: linear-gradient(135deg, #ff4d4d 0%, #ff8a00 100%);
    animation: category-badge-pulse-hot 1.4s ease-in-out infinite;
}

.interview-online-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #eef6ff;
    border: 1px solid #cfe4ff;
    color: #0066b3;
    font-weight: 600;
}

.interview-online-box i {
    font-size: 18px;
    line-height: 1;
}

.footer .footer-col-1 {
    width: 32%;
}

.footer .footer-col-2,
.footer .footer-col-3,
.footer .footer-col-4 {
    width: 15%;
}

.footer .footer-col-5 {
    width: 23%;
}

.footer-operated-by {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-operated-by-partners {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-partner-logo {
    height: 60px;
    width: auto;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.footer-brand-icon {
    height: 60px;
    width: auto;
    flex-shrink: 0;
    border-radius: 20px;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}
