/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
.home .site-header.mg-b {
    margin-bottom: 0 !important;
}
.home_row{
    margin-bottom:0px!important;
}
.social-top .header-banner-left .menu li a{
    opacity: 1;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    transition: 0.2s;
}

/* 基础重置和变量 */
.koeyxui-hero-section *,
.koeyxui-hero-section *::before,
.koeyxui-hero-section *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.koeyxui-hero-section {
    --koeyxui-primary-color: #1a56db;
    --koeyxui-primary-hover: #1e429f;
    --koeyxui-text-primary: #1f2937;
    --koeyxui-text-secondary: #6b7280;
    --koeyxui-bg-gray: #f8fafc;
    --koeyxui-border-color: #e5e7eb;
    --koeyxui-white: #ffffff;
    --koeyxui-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --koeyxui-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --koeyxui-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--koeyxui-text-primary);
    background: linear-gradient(135deg, #FFFFFF 0%, #F0F4F8 100%);
    line-height: 1.6;
}

/* 横幅区域 */
.koeyxui-hero-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 400px;
}

.koeyxui-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.koeyxui-hero-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 1;
    width: 100%;
}

/* 左侧内容 */
.koeyxui-hero-left {
    flex: 1;
    max-width: 560px;
}

.koeyxui-news-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(26, 86, 219, 0.08);
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(26, 86, 219, 0.15);
}

.koeyxui-badge-tag {
    background-color: var(--koeyxui-primary-color);
    color: var(--koeyxui-white);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.koeyxui-badge-text {
    font-size: 13px;
    color: var(--koeyxui-primary-color);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.koeyxui-hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--koeyxui-text-primary);
}

.koeyxui-highlight-blue {
    color: var(--koeyxui-primary-color);
    position: relative;
}

.koeyxui-hero-desc {
    font-size: 17px;
    color: var(--koeyxui-text-secondary);
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 480px;
}

/* 搜索框 */
.koeyxui-search-box {
    display: flex;
    align-items: center;
    background-color: var(--koeyxui-white);
    border: 1px solid var(--koeyxui-border-color) !important;
    border-radius: 28px;
    padding: 4px;
    box-shadow: var(--koeyxui-shadow-sm);
    margin-bottom: 20px;
    max-width: 480px;
}

.koeyxui-search-input-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 12px;
}

.koeyxui-search-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    opacity: 0.5;
    flex-shrink: 0;
}

.koeyxui-search-input {
    border: none !important;
    outline: none;
    flex: 1;
    padding: 10px 0;
    font-size: 14px;
    color: var(--koeyxui-text-primary);
    background: transparent;
}

.koeyxui-search-input::placeholder {
    color: #9ca3af;
}

.koeyxui-search-btn {
    padding: 10px 28px;
    background-color: var(--koeyxui-primary-color);
    color: var(--koeyxui-white);
    border: none !important;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.koeyxui-search-btn:hover {
    background-color: var(--koeyxui-primary-hover);
}

/* 统计信息 */
.koeyxui-hero-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.koeyxui-stat-item {
    font-size: 13px;
    color: var(--koeyxui-text-secondary);
    display: flex;
    align-items: center;
    gap: 6px;
}

.koeyxui-icon-check {
    width: 14px;
    height: 14px;
    color: #22c55e;
    flex-shrink: 0;
}

.koeyxui-icon-fire {
    width: 14px;
    height: 14px;
    color: #ef4444;
    flex-shrink: 0;
}

.koeyxui-stat-link {
    font-size: 13px;
    color: var(--koeyxui-primary-color);
    text-decoration: none;
    font-weight: 500;
}

.koeyxui-stat-link:hover {
    text-decoration: underline;
}

/* 右侧卡片 - 横向布局 */
.koeyxui-hero-right {
    flex-shrink: 0;
    perspective: 1000px;
    position: relative;
    padding: 40px 0 40px 80px;
}

.koeyxui-promo-card {
    width: 520px;
    background: var(--koeyxui-white);
    border-radius: 24px;
    padding: 24px;
    position: relative;
    overflow: visible;
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.04) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.koeyxui-promo-card:hover {
    transform: translateY(-6px);
    box-shadow: 
        0 30px 60px -15px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.06) inset;
}

/* 卡片光效 */
.koeyxui-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(59, 130, 246, 0.06) 0%,
        transparent 50%
    );
    animation: koeyxui-glowPulse 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes koeyxui-glowPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* 上方区域：图标和标题 */
.koeyxui-card-top-section {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.koeyxui-fb-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #1877f2, #0d5cb5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(24, 119, 242, 0.4);
    flex-shrink: 0;
}

.koeyxui-fb-icon svg {
    width: 24px;
    height: 24px;
    color: white;
}

.koeyxui-card-title-group {
    flex: 1;
}

.koeyxui-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--koeyxui-text-primary);
    line-height: 1.3;
    margin-bottom: 2px;
}

.koeyxui-card-subtitle {
    font-size: 13px;
    color: var(--koeyxui-text-secondary);
}

.koeyxui-card-badge {
    padding: 4px 12px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(147, 51, 234, 0.1));
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 12px;
    color: var(--koeyxui-primary-color);
    font-size: 12px;
    font-weight: 600;
    animation: koeyxui-badgeGlow 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes koeyxui-badgeGlow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(59, 130, 246, 0.15);
    }
    50% {
        box-shadow: 0 0 15px rgba(59, 130, 246, 0.25);
    }
}

/* 下方区域：内容 */
.koeyxui-card-bottom-section {
    display: flex;
    gap: 16px;
    position: relative;
    z-index: 2;
}

/* 账号网格 */
.koeyxui-account-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    flex: 1;
}

.koeyxui-account-item {
    background: var(--koeyxui-bg-gray);
    border: 1px solid var(--koeyxui-border-color);
    border-radius: 12px;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.koeyxui-account-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.06), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.koeyxui-account-item:hover {
    transform: translateY(-3px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 6px 16px rgba(26, 86, 219, 0.1);
}

.koeyxui-account-item:hover::before {
    opacity: 1;
}

.koeyxui-account-icon {
    width: 20px;
    height: 20px;
    color: var(--koeyxui-primary-color);
    z-index: 1;
}

.koeyxui-account-name {
    font-size: 12px;
    color: var(--koeyxui-text-primary);
    font-weight: 500;
    z-index: 1;
}

.koeyxui-account-status {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: 600;
    z-index: 1;
}

.koeyxui-account-status.koeyxui-active {
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
}

.koeyxui-account-status.koeyxui-hot {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(249, 115, 22, 0.1));
    color: #ea580c;
    animation: koeyxui-hotPulse 1.5s ease-in-out infinite;
}

@keyframes koeyxui-hotPulse {
    0%, 100% {
        box-shadow: 0 0 5px rgba(239, 68, 68, 0.15);
    }
    50% {
        box-shadow: 0 0 12px rgba(239, 68, 68, 0.25);
    }
}

/* 右侧信息区域：特性和行动按钮 */
.koeyxui-card-info-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
    min-width: 110px;
}

.koeyxui-card-features {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.koeyxui-feature-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    background: var(--koeyxui-bg-gray);
    border: 1px solid var(--koeyxui-border-color);
    border-radius: 20px;
    font-size: 11px;
    color: var(--koeyxui-text-secondary);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.koeyxui-feature-tag:hover {
    background: #f0f7ff;
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateX(4px);
}

.koeyxui-tag-dot {
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.6);
    flex-shrink: 0;
}

.koeyxui-tag-dot.koeyxui-green {
    background: #22c55e;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
}

.koeyxui-tag-dot.koeyxui-purple {
    background: #a855f7;
    box-shadow: 0 0 8px rgba(168, 85, 247, 0.6);
}

.koeyxui-card-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 20px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 18px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
    width: fit-content;
    align-self: flex-end;
}

.koeyxui-card-action:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 16px rgba(59, 130, 246, 0.5);
}

.koeyxui-action-arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.koeyxui-card-action:hover .koeyxui-action-arrow {
    transform: translateX(3px);
}

/* 浮动元素 */
.koeyxui-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 3;
}

.koeyxui-float-item {
    position: absolute;
    width: 18px;
    height: 18px;
    color: var(--koeyxui-primary-color);
    opacity: 0.4;
    animation: koeyxui-float 3s ease-in-out infinite;
}

.koeyxui-float-1 {
    top: 12px;
    right: 12px;
    animation-delay: 0s;
}

.koeyxui-float-2 {
    bottom: 12px;
    left: 12px;
    animation-delay: 1s;
}

.koeyxui-float-3 {
    top: 45%;
    right: 8px;
    animation-delay: 2s;
}

@keyframes koeyxui-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* 浮动弹窗 */
.koeyxui-popup-badge {
    position: absolute;
    background: var(--koeyxui-white);
    border-radius: 16px;
    padding: 12px 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
    animation: koeyxui-popupFloat 4s ease-in-out infinite;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.koeyxui-popup-top-left {
    top: -15px;
    left: -20px;
    --float-y: 0px;
    --float-rotate: 0deg;
    animation: koeyxui-popupFloat1 4s ease-in-out infinite;
}

.koeyxui-popup-bottom-right {
    bottom: 5px;
    right: -20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    --float-y: 0px;
    --float-rotate: 0deg;
    animation: koeyxui-popupFloat2 4s ease-in-out infinite;
}

.koeyxui-popup-badge:hover {
    transform: translateY(calc(var(--float-y) - 4px)) scale(1.03) rotate(var(--float-rotate));
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.1);
    animation-play-state: paused;
}

@keyframes koeyxui-popupFloat1 {
    0%, 100% {
        --float-y: 0px;
        --float-rotate: 0deg;
        transform: translateY(0) rotate(0deg);
    }
    33% {
        --float-y: -6px;
        --float-rotate: 1deg;
        transform: translateY(-6px) rotate(1deg);
    }
    66% {
        --float-y: -3px;
        --float-rotate: -0.5deg;
        transform: translateY(-3px) rotate(-0.5deg);
    }
}

@keyframes koeyxui-popupFloat2 {
    0%, 100% {
        --float-y: 0px;
        --float-rotate: 0deg;
        transform: translateY(0) rotate(0deg);
    }
    33% {
        --float-y: -6px;
        --float-rotate: 1deg;
        transform: translateY(-6px) rotate(1deg);
    }
    66% {
        --float-y: -3px;
        --float-rotate: -0.5deg;
        transform: translateY(-3px) rotate(-0.5deg);
    }
}

.koeyxui-popup-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.koeyxui-popup-icon svg {
    width: 20px;
    height: 20px;
    color: white;
}

.koeyxui-popup-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.koeyxui-popup-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--koeyxui-text-primary);
    white-space: nowrap;
}

.koeyxui-popup-desc {
    font-size: 11px;
    color: var(--koeyxui-text-secondary);
    white-space: nowrap;
}

.koeyxui-popup-flags {
    display: flex;
    align-items: center;
    gap: 4px;
}

.koeyxui-flag {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 50%;
    overflow: hidden;
}

.koeyxui-flag svg {
    width: 100%;
    height: 100%;
}

.koeyxui-flag-more {
    font-size: 11px;
    font-weight: 600;
    color: var(--koeyxui-text-secondary);
    background: #f3f4f6;
    padding: 4px 8px;
    border-radius: 12px;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .koeyxui-hero-section {
        padding: 60px 0;
        min-height: auto;
    }
    
    .koeyxui-hero-container {
        flex-direction: column;
        text-align: center;
    }
    
    .koeyxui-hero-left {
        max-width: 100%;
    }
    
    .koeyxui-hero-title {
        font-size: 32px;
    }
    
    .koeyxui-hero-desc {
        max-width: 100%;
    }
    
    .koeyxui-search-box {
        max-width: 100%;
    }
    
    .koeyxui-hero-stats {
        justify-content: center;
    }
    
    .koeyxui-promo-card {
        width: 100%;
        max-width: 520px;
        gap: 16px;
        padding: 20px;
    }
    
    .koeyxui-card-bottom-section {
        flex-direction: column;
    }
    
    .koeyxui-card-info-section {
        flex-direction: row;
        justify-content: center;
        min-width: auto;
    }
    
    .koeyxui-card-features {
        flex-direction: row;
    }
}

@media (max-width: 640px) {
    .koeyxui-hero-section {
        padding: 40px 0;
    }
    
    .koeyxui-hero-title {
        font-size: 26px;
    }
    
    .koeyxui-promo-card {
        padding: 16px;
        gap: 12px;
    }
    
    .koeyxui-card-top-section {
        flex-wrap: wrap;
    }
    
    .koeyxui-card-info-section {
        flex-direction: column;
        align-items: center;
    }
    
    .koeyxui-card-features {
        flex-direction: column;
        align-items: center;
    }
    
    .koeyxui-search-box {
        flex-direction: column;
        border-radius: 16px;
    }
    
    .koeyxui-search-btn {
        width: 100%;
        border-radius: 12px;
    }
    
    .koeyxui-account-grid {
        gap: 6px;
    }
    
    .koeyxui-account-item {
        padding: 8px 6px;
    }
}

/* ==================== 解决方案区域 ==================== */
.koeyxui-solutions-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.koeyxui-solutions-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 标题区域 */
.koeyxui-solutions-header {
    text-align: center;
    margin-bottom: 32px;
}

.koeyxui-solutions-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.3;
}

.koeyxui-solutions-subtitle {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.5;
}

/* 平台切换标签 */
.koeyxui-platform-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    background: #f1f5f9;
    padding: 6px;
    border-radius: 12px;
}

.koeyxui-tab-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.koeyxui-tab-item:hover {
    color: #334155;
    background: rgba(255, 255, 255, 0.5);
}

.koeyxui-tab-item.koeyxui-tab-active {
    background: #1a56db;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(26, 86, 219, 0.3);
}

.koeyxui-tab-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* 内容卡片 */
.koeyxui-solutions-card {
    width: 100%;
    background: #F8FAFC;
    border: 1px dashed #CBD5E1;
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: box-shadow 0.3s ease;
}

.koeyxui-solutions-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
}

.koeyxui-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    margin: 0 auto;
}

.koeyxui-card-icon-large {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #1a56db;
}

.koeyxui-card-icon-large svg {
    width: 28px;
    height: 28px;
}

.koeyxui-card-heading {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.4;
}

.koeyxui-card-description {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* 按钮组 */
.koeyxui-card-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.koeyxui-btn-primary {
    padding: 10px 24px;
    background: #1a56db;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.koeyxui-btn-primary:hover {
    background: #1e429f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 86, 219, 0.3);
}

.koeyxui-btn-outline {
    padding: 10px 24px;
    background: transparent;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.koeyxui-btn-outline:hover {
    border-color: #9ca3af;
    background: #f9fafb;
}

/* 响应式设计 */
@media (max-width: 640px) {
    .koeyxui-solutions-section {
        padding: 48px 0;
    }

    .koeyxui-solutions-title {
        font-size: 24px;
    }

    .koeyxui-platform-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .koeyxui-tab-item {
        padding: 6px 12px;
        font-size: 13px;
    }

    .koeyxui-solutions-card {
        padding: 32px 24px;
    }

    .koeyxui-card-heading {
        font-size: 18px;
    }

    .koeyxui-card-actions {
        flex-direction: column;
        width: 100%;
    }

    .koeyxui-btn-primary,
    .koeyxui-btn-outline {
        width: 100%;
    }
}

/* ==================== 服务指南推广区域 ==================== */
.koeyxui-guide-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #011E4C 0%, #024ABC 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.koeyxui-guide-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -5%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.35) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.koeyxui-guide-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.2) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
}

.koeyxui-guide-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 1;
}

/* 左侧内容 */
.koeyxui-guide-left {
    flex: 1;
    max-width: 600px;
}

.koeyxui-guide-badge {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: #93bbfc;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.koeyxui-guide-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 16px;
}

.koeyxui-guide-highlight {
    color: #fbbf24;
}

.koeyxui-guide-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 32px;
}

/* 统计数据 */
.koeyxui-guide-stats {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
}

.koeyxui-guide-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.koeyxui-stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.koeyxui-stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

/* 按钮 */
.koeyxui-guide-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e3a5f;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 16px;
    font-family: inherit;
}

.koeyxui-guide-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 191, 36, 0.3);
}

.koeyxui-btn-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.koeyxui-guide-btn:hover .koeyxui-btn-icon {
    transform: translateX(3px);
}

.koeyxui-guide-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* 右侧卡片 */
.koeyxui-guide-right {
    flex-shrink: 0;
    perspective: 1000px;
}

.koeyxui-guide-card {
    width: 280px;
    height: 360px;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 50px 100px -20px rgba(0, 0, 0, 0.5),
        0 30px 60px -15px rgba(0, 0, 0, 0.35),
        0 10px 20px -5px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.3) inset,
        0 0 100px rgba(255, 255, 255, 0.3),
        20px 20px 60px rgba(255, 255, 255, 0.1);
    transform: rotateY(-8deg) rotateX(3deg) translateZ(20px);
    transition: all 0.3s ease;
}

.koeyxui-guide-card:hover {
    transform: rotateY(-5deg) rotateX(2deg) translateY(-8px) translateZ(30px);
    box-shadow: 
        0 60px 120px -20px rgba(0, 0, 0, 0.55),
        0 40px 80px -15px rgba(0, 0, 0, 0.4),
        0 15px 30px -5px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.4) inset,
        0 0 120px rgba(255, 255, 255, 0.4),
        30px 30px 80px rgba(255, 255, 255, 0.15);
}

.koeyxui-guide-card-year {
    font-size: 28px;
    font-weight: 800;
    color: #1a56db;
    margin-bottom: 16px;
}

.koeyxui-guide-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.4;
    margin-bottom: 8px;
}

.koeyxui-guide-card-subtitle {
    font-size: 12px;
    color: #9ca3af;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.koeyxui-guide-card-line {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    border-radius: 2px;
    margin-top: auto;
    margin-bottom: 12px;
}

.koeyxui-guide-card-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: 1px;
}

.koeyxui-guide-card-decoration {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: rgba(26, 86, 219, 0.1);
}

.koeyxui-guide-card-decoration svg {
    width: 100%;
    height: 100%;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .koeyxui-guide-section {
        padding: 60px 0;
    }
    
    .koeyxui-guide-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .koeyxui-guide-left {
        max-width: 100%;
    }
    
    .koeyxui-guide-title {
        font-size: 28px;
    }
    
    .koeyxui-guide-stats {
        justify-content: center;
    }
    
    .koeyxui-guide-card {
        transform: none;
        width: 260px;
        height: 340px;
    }
    
    .koeyxui-guide-card:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 640px) {
    .koeyxui-guide-section {
        padding: 40px 0;
    }
    
    .koeyxui-guide-title {
        font-size: 24px;
    }
    
    .koeyxui-guide-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .koeyxui-guide-card {
        width: 240px;
        height: 320px;
        padding: 24px;
    }
    
    .koeyxui-guide-card-year {
        font-size: 24px;
    }
    
    .koeyxui-guide-card-title {
        font-size: 18px;
    }
}

/* ==================== 账号资源动态区域 ==================== */
.koeyxui-newsletter-section {
    padding: 80px 0;
    background: #f8fafc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.koeyxui-newsletter-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 标题区域 */
.koeyxui-newsletter-header {
    text-align: center;
    margin-bottom: 40px;
}

.koeyxui-newsletter-title-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.koeyxui-newsletter-icon {
    width: 28px;
    height: 28px;
    color: #1a56db;
}

.koeyxui-newsletter-icon svg {
    width: 100%;
    height: 100%;
}

.koeyxui-newsletter-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
}

.koeyxui-newsletter-subtitle {
    font-size: 14px;
    color: #6b7280;
}

/* 内容区域 */
.koeyxui-newsletter-content {
    display: flex;
    gap: 24px;
}

/* 左侧主卡片 */
.koeyxui-newsletter-main {
    flex: 1;
    min-width: 0;
}

.koeyxui-main-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.koeyxui-main-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.1);
}

.koeyxui-main-card-header {
    padding: 32px 32px 20px;
    background: #1a56db;
}

.koeyxui-main-card-body {
    padding: 24px 32px 32px;
}

.koeyxui-main-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #fbbf24;
    color: #1f2937;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 12px;
}

.koeyxui-main-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0;
}

.koeyxui-main-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 20px;
}

.koeyxui-main-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.koeyxui-main-tag {
    padding: 4px 12px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    cursor: pointer;
}

.koeyxui-main-tag:hover {
    background: #1a56db;
    color: #ffffff;
    border-color: #1a56db;
    transform: translateY(-2px);
}

.koeyxui-main-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.koeyxui-main-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #9ca3af;
}

.koeyxui-main-date svg {
    width: 14px;
    height: 14px;
}

.koeyxui-main-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #1a56db;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.koeyxui-main-btn:hover {
    background: #1e429f;
}

.koeyxui-main-btn svg {
    width: 14px;
    height: 14px;
}

/* 右侧往期列表 */
.koeyxui-newsletter-sidebar {
    flex: 0 0 530px;
    max-width: 530px;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.koeyxui-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
}

.koeyxui-sidebar-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
}

.koeyxui-sidebar-link {
    font-size: 13px;
    color: #1a56db;
    text-decoration: none;
    font-weight: 500;
}

.koeyxui-sidebar-link:hover {
    opacity: 0.8;
}

.koeyxui-sidebar-list {
    display: flex;
    flex-direction: column;
}

.koeyxui-sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    cursor: pointer;
}

.koeyxui-sidebar-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.koeyxui-sidebar-item:hover {
    transform: translateX(8px);
}

.koeyxui-item-issue {
    flex-shrink: 0;
    font-size: 12px;
    color: #1f2937;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.4;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 6px;
    height: fit-content;
}

.koeyxui-item-content {
    flex: 1;
    min-width: 0;
}

.koeyxui-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
    margin: 0 0 4px 0;
}

.koeyxui-item-desc {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.5;
    margin: 0;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .koeyxui-newsletter-content {
        flex-direction: column;
    }

    .koeyxui-newsletter-main {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .koeyxui-newsletter-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .koeyxui-newsletter-section {
        padding: 40px 0;
    }

    .koeyxui-newsletter-title {
        font-size: 22px;
    }

    .koeyxui-main-card {
        padding: 20px;
    }

    .koeyxui-main-title {
        font-size: 17px;
    }

    .koeyxui-main-footer {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .koeyxui-newsletter-sidebar {
        padding: 20px;
    }
}

/* ==================== 跨境出海营销必备区域 ==================== */
.koeyxui-tools-section {
    padding: 80px 0;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.koeyxui-tools-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* 标题区域 */
.koeyxui-tools-header {
    text-align: center;
    margin-bottom: 48px;
}

.koeyxui-tools-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.koeyxui-tools-subtitle {
    font-size: 14px;
    color: #6b7280;
}

/* 分类网格 */
.koeyxui-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}

/* 分类卡片 */
.koeyxui-tools-category {
    background: #ffffff;
    min-width: 0;
}

.koeyxui-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.koeyxui-category-title-group {
    font-size: 20px;
    color: #1A2233;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.koeyxui-category-icon {
    width: 20px;
    height: 20px;
    color: #1f2937;
}

.koeyxui-category-icon svg {
    width: 100%;
    height: 100%;
}

.koeyxui-category-title {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.koeyxui-category-more {
    font-size: 13px;
    color: #6b7280;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.koeyxui-category-more:hover {
    opacity: 0.8;
}

/* 工具列表 */
.koeyxui-tools-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* 工具卡片 */
.koeyxui-tool-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #f0f4f8;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}

.koeyxui-tool-card:hover {
    background: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.koeyxui-tool-card:hover .koeyxui-tool-btn {
    background: #1a56db;
    color: #ffffff;
    border-color: #1a56db;
}

.koeyxui-tool-info {
    flex: 1;
    min-width: 0;
}

.koeyxui-tool-name {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 6px 0;
}

.koeyxui-tool-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.koeyxui-tool-btn {
    flex-shrink: 0;
    margin-left: 16px;
    padding: 8px 18px;
    background: #ffffff;
    color: #1a56db;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #dbeafe;
    transition: all 0.2s ease;
    white-space: nowrap;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .koeyxui-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .koeyxui-tools-section {
        padding: 40px 0;
    }

    .koeyxui-tools-title {
        font-size: 24px;
    }

    .koeyxui-tools-grid {
        grid-template-columns: 1fr;
    }

    .koeyxui-tool-card {
        padding: 12px;
    }
}

/* ==================== WordPress 底部区域适配 ==================== */
#colophon.footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 40px 0 0;
}

#colophon.footer .site-footer .wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* 主要内容区 - 使用Flex布局 */
#colophon.footer .site-footer-widget-in {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 12px;
}

#colophon.footer .site-footer-widget-in > section:first-child {
    flex: 0 0 40%;
    max-width: 40%;
}

#colophon.footer .site-footer-widget-in > section:not(:first-child) {
    flex: 1;
    min-width: 0;
}

/* 左侧关于我们区域 */
#colophon.footer .site-footer-widget-in > section:first-child .b2-widget-box {
    width: 60%;
}

#colophon.footer .b2-widget-title {
    display: none;
}

#colophon.footer .about-widget img.footer-logo {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

#colophon.footer .about-widget-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #64748b;
    margin: 0;
}

#colophon.footer .about-widget a {
    color: #94a3b8;
    text-decoration: none;
}

/* 其他widget列 */
#colophon.footer .widget {
    min-width: 0;
}

#colophon.footer .widget h2 {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0;
}

/* 列表样式 */
#colophon.footer .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#colophon.footer .widget ul li {
    margin-bottom: 14px;
}

#colophon.footer .widget ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

#colophon.footer .widget ul li a:hover {
    color: #ffffff;
}

/* HOT标签 - 如果wp菜单中有 */
#colophon.footer .widget ul li a .hot-tag,
#colophon.footer .widget ul li a .koeyxui-footer-hot {
    display: inline-block;
    padding: 2px 6px;
    background: #ef4444;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 1;
}

/* 底部版权区 */
#colophon.footer .site-footer-nav {
    border-top: 1px solid #1e293b;
    margin-top: 0;
}

#colophon.footer .site-footer-nav .wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px;
    box-sizing: border-box;
}

#colophon.footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #475569;
}

#colophon.footer .footer-bottom-left a {
    color: #475569;
    text-decoration: none;
    transition: color 0.3s ease;
}

#colophon.footer .footer-bottom-left a:hover {
    color: #94a3b8;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    #colophon.footer .site-footer-widget-in {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    #colophon.footer .b2-widget-about {
        grid-column: 1 / -1;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    #colophon.footer .site-footer-widget-in {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    #colophon.footer .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

/*联系我们*/
.koeyxui-contact-section {
    width: 100%;
    background: #f8fafc;
    padding: 80px 0;
}

.koeyxui-contact-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
}

.koeyxui-contact-title {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
}

.koeyxui-contact-desc {
    font-size: 15px;
    color: #666666;
    margin: 0 0 32px 0;
}

.koeyxui-contact-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.koeyxui-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

.koeyxui-btn-primary {
    background: #2563eb;
    color: #ffffff;
    border: none;
}

.koeyxui-btn-primary:hover {
    background: #1d4ed8;
}

.koeyxui-btn-secondary {
    background: #ffffff;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.koeyxui-btn-secondary:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

@media (max-width: 640px) {
    .koeyxui-contact-container {
        padding: 0 20px;
    }

    .koeyxui-contact-title {
        font-size: 26px;
    }

    .koeyxui-contact-buttons {
        flex-direction: column;
        align-items: center;
    }

    .koeyxui-contact-btn {
        width: 100%;
        max-width: 200px;
    }
}
