/* DFY-WEB Fonts Plugin Styles */

/* Font Preview Layout */
.font-preview-wrap {
    display: flex;
    flex-wrap: wrap;
}

.font-preview-wrap .fonts-label {
    width: 100%;
}

.font-preview-wrap .font-preview-box {
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.07);
    border-radius: 10px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
}

.font-preview-wrap .font-preview-box:last-child {
    margin-left: 20px;
}

.font-preview-wrap .font-preview-box a {
    cursor: pointer;
}

/* Font Meta Information */
.font-preview-wrap .font-preview-box .font-meta {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.font-preview-wrap .font-preview-box .font-meta img {
    width: 38px;
    margin-right: 10px;
}

.font-preview-wrap .font-preview-box .font-meta .meta-content .name-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.224px;
    color: #272C44;
}

.font-preview-wrap .font-preview-box .font-meta .meta-content .name-time span {
    font-weight: 700;
}

.font-preview-wrap .font-preview-box .font-meta .meta-content .time-icon {
    display: flex;
    align-items: center;
}

.font-preview-wrap .font-preview-box .font-meta .meta-content .time-icon span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.24px;
    color: #8D8F97;
}

.font-preview-wrap .font-preview-box .font-meta .meta-content .time-icon span:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #8D8F97;
    opacity: 0.55;
    display: block;
    margin: 0 8px;
}

.font-preview-wrap .font-preview-box .font-meta .meta-content .time-icon img {
    margin: 0;
    width: 12px;
}

/* Font Preview Content */
.font-preview-wrap .font-preview-box > p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.15px;
    color: #272C44;
    margin-bottom: 10px;
}

/* Action Buttons */
.font-preview-wrap .font-preview-box .buttons {
    display: flex;
    align-items: center;
}

.font-preview-wrap .font-preview-box .buttons a img {
    width: 18px;
    margin-right: 8px;
}

.font-preview-wrap .font-preview-box .buttons a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: -0.297647px;
    color: #272C44;
    padding: 6px 8px;
}

.font-preview-wrap .font-preview-box .buttons a.comment-btn {
    background: #F4F4F7;
    border-radius: 6px;
    margin-left: 12px;
}

.font-preview-wrap .font-preview-box .buttons a.like-btn {
    padding-left: 0;
    padding-right: 0;
}

/* Font Preview Headers */
.font-preview-wrap .font-preview-box h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    letter-spacing: -0.4px;
    color: #000000;
    margin-bottom: 18px;
}

/* Blog Listing Styles */
.font-preview-wrap .font-preview-box .blog-listing .blog {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.font-preview-wrap .font-preview-box .blog-listing .blog img {
    width: 56px;
    margin-right: 12px;
}

.font-preview-wrap .font-preview-box .blog-listing .blog .blog-content h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.25px;
    color: #272C44;
    margin: 0 0 4px 0;
}

.font-preview-wrap .font-preview-box .blog-listing .blog .blog-content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;
    color: #8D8F97;
    margin: 0;
}

.font-preview-wrap .font-preview-box .seeall-btn {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #272C44;
    padding: 6px 12px;
    background: #F1F3F5;
    border-radius: 6px;
}

/* Premium Font Indicators */
ul li span[data-type="premium"]::after, 
.select2-selection__rendered span[data-type="premium"]::after {
    content: " ★";
    color: gold;
    margin-left: 5px;
    font-size: 1em;
}

/* Font Application Classes */
.dfy-web-primary-font {
    font-family: var(--dfy-primary-font, inherit);
}

.dfy-web-secondary-font {
    font-family: var(--dfy-secondary-font, inherit);
}

/* Premium Font License Notices */
.font-license-notice-primary.premium,
.font-license-notice-secondary.premium {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    color: #856404;
    font-size: 14px;
    line-height: 1.4;
}

.font-license-notice-primary.premium a,
.font-license-notice-secondary.premium a {
    color: #856404;
    font-weight: bold;
    text-decoration: underline;
}

.font-license-notice-primary.premium a:hover,
.font-license-notice-secondary.premium a:hover {
    color: #533f03;
}

/* Select2 Customizations */
.select2-container--default .select2-selection--single {
    height: auto;
    min-height: 38px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-dropdown {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.select2-results__option {
    padding: 8px 12px;
}

.select2-results__option--highlighted {
    background-color: #f8f9fa;
    color: #333;
}

/* Mobile Responsive */
@media screen and (max-width: 640px) {
    .font-preview-wrap {
        flex-direction: column;
    }
    
    .font-preview-wrap .font-preview-box {
        width: 100%;
    }
    
    .font-preview-wrap .font-preview-box:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .font-preview-wrap .font-preview-box .font-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .font-preview-wrap .font-preview-box .font-meta img {
        margin-bottom: 10px;
    }
    
    .font-preview-wrap .font-preview-box .buttons {
        flex-wrap: wrap;
        gap: 8px;
    }
}

/* Loading States */
.dfy-fonts-loading {
    opacity: 0.6;
    pointer-events: none;
}

.dfy-fonts-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: dfy-spin 1s linear infinite;
}

@keyframes dfy-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ========================================
   FONT FACE DECLARATIONS FROM THEME
   ======================================== */

/* Akzidenz Grotesk */
@font-face{font-family:'Akzidenz Grotesk';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AkzidenzGrotesk-Light.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AkzidenzGrotesk-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Akzidenz Grotesk';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AkzidenzGrotesk-Roman.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AkzidenzGrotesk-Roman.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}
@font-face{font-family:'Akzidenz Grotesk';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AkzidenzGrotesk-Black.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AkzidenzGrotesk-Black.woff') format('woff');font-weight:900;font-style:normal;font-display:swap;}
@font-face{font-family:'Akzidenz Grotesk';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AkzidenzGrotesk-Bold.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AkzidenzGrotesk-Bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap;}

/* Antona */
@font-face{font-family:'Antona';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Antona-Regular.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Antona-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}

/* Aspira */
@font-face{font-family:'Aspira';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Aspira-Regular.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Aspira-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}
@font-face{font-family:'Aspira';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Aspira-Medium.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Aspira-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Aspira';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Aspira-Light.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Aspira-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Aspira';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Aspira-Bold.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Aspira-Bold.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap;}

/* Atlan */
@font-face{font-family:'Atlan';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlanRegular.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlanRegular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}
@font-face{font-family:'Atlan';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlanBoldRegular.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlanBoldRegular.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap;}
@font-face{font-family:'Atlan';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlanLightRegular.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlanLightRegular.woff') format('woff');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Atlan';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlanSemiBoldRegular.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlanSemiBoldRegular.woff') format('woff');font-weight:500;font-style:normal;font-display:swap;}

/* Atlas Grotesk */
@font-face{font-family:'Atlas Grotesk';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlasGrotesk-Light.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlasGrotesk-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Atlas Grotesk';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlasGrotesk-Medium.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlasGrotesk-Medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Atlas Grotesk';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlasGrotesk-Black.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlasGrotesk-Black.woff') format('woff');font-weight:bold;font-style:normal;font-display:swap;}
@font-face{font-family:'Atlas Grotesk';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlasGrotesk-Regular.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AtlasGrotesk-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}

/* Averta */
@font-face{font-family:'Averta';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AvertaDemo-Regular.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/AvertaDemo-Regular.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;}

/* Axiforma */
@font-face{font-family:'Axiforma';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Axiforma-Light.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Axiforma-Light.woff') format('woff');font-weight:300;font-style:normal;}
@font-face{font-family:'Axiforma';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Axiforma-Regular.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Axiforma-Regular.woff') format('woff');font-weight:normal;font-style:normal;}
@font-face{font-family:'Axiforma';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Axiforma-Medium.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Axiforma-Medium.woff') format('woff');font-weight:500;font-style:normal;}
@font-face{font-family:'Axiforma';src:url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Axiforma-Bold.woff2') format('woff2'),url('/wp-content/themes/buddyboss-website/doneforyou-services-web/fonts/Axiforma-Bold.woff') format('woff');font-weight:bold;font-style:normal;}

/* Continue with remaining fonts... (truncated for brevity) */