/* ============================================================
   JCA CricClubs Widget Styles v2.0
   jakartacricket.com
   ============================================================ */

.jca-widget {
    font-family: -apple-system, 'DM Sans', 'Segoe UI', sans-serif;
    border: 1px solid #e0dbd0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    background: #ffffff;
}

/* Header bar */
.jca-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 18px;
    background: #1a3a1a;
}
.jca-widget-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.jca-widget-link {
    font-size: 11px;
    font-weight: 600;
    color: #c9a84c;
    text-decoration: none;
    letter-spacing: 0.04em;
    opacity: 0.9;
    transition: opacity 0.2s;
    white-space: nowrap;
}
.jca-widget-link:hover {
    opacity: 1;
    text-decoration: underline;
    color: #c9a84c;
}

/* iframe container */
.jca-iframe-wrap {
    width: 100%;
    overflow: hidden;
    background: #f8f5f0;
    position: relative;
}
.jca-iframe-wrap iframe {
    display: block;
    width: 100%;
    border: none;
    background: #ffffff;
}

/* Footer bar */
.jca-widget-footer {
    background: #f8f5f0;
    border-top: 1px solid #ede9e0;
    padding: 6px 18px;
    font-size: 11px;
    color: #999;
    text-align: right;
}
.jca-widget-footer a {
    color: #1a3a1a;
    text-decoration: none;
}
.jca-widget-footer a:hover {
    text-decoration: underline;
}

/* Mobile */
@media ( max-width: 600px ) {
    .jca-widget-header { padding: 10px 14px; }
    .jca-widget-title  { font-size: 12px; }
    .jca-widget-footer { font-size: 10px; padding: 5px 14px; }
}
