/* FISINGCLUB PATCH 30.0.7: COMMUNITY POINTS */
.community307-point-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    border-color: #9edfd1;
    background: #effbf8;
}

.community307-point-notice.is-limit {
    border-color: #ead59d;
    background: #fffaf0;
}

.community307-point-notice strong {
    display: block;
    margin-bottom: 4px;
    color: #075e55;
}

.community307-point-notice.is-limit strong {
    color: #845d08;
}

.community307-point-notice a {
    flex: 0 0 auto;
    font-weight: 800;
}

.community307-daily-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 18px 0 24px;
}

.community307-daily-card {
    padding: 20px;
    border: 1px solid #d6e8e7;
    border-radius: 18px;
    background: linear-gradient(145deg, #f8fcfc, #eef8f6);
}

.community307-daily-card > span {
    color: #63808a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.community307-daily-card h3 {
    margin: 8px 0 5px;
    color: #143d4a;
    font-size: 20px;
}

.community307-daily-card p {
    margin: 0;
    color: #58727c;
}

.community307-daily-card progress {
    width: 100%;
    height: 10px;
    margin-top: 14px;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    background: #dce9e8;
}

.community307-daily-card progress::-webkit-progress-bar {
    background: #dce9e8;
}

.community307-daily-card progress::-webkit-progress-value {
    border-radius: 999px;
    background: #149b8a;
}

.community307-daily-card progress::-moz-progress-bar {
    border-radius: 999px;
    background: #149b8a;
}

.community307-policy-link {
    display: inline-flex;
    margin-top: 12px;
    color: #0a7468;
    font-weight: 800;
}

.community307-admin-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.community307-admin-stats {
    margin-bottom: 18px;
}

.community307-admin-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
    gap: 18px;
    margin-bottom: 18px;
}

.community307-policy-form {
    margin: 0;
}

.community307-policy-summary {
    margin: 0;
    background: linear-gradient(145deg, #103e49, #0d5f5c);
    color: #fff;
}

.community307-policy-summary > span {
    color: #79ded1;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.community307-policy-summary h2 {
    margin: 10px 0 24px;
    color: #fff;
}

.community307-policy-summary dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.community307-policy-summary dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.community307-policy-summary dt {
    color: #b9d7d7;
}

.community307-policy-summary dd {
    margin: 0;
    font-weight: 900;
}

@media (max-width: 900px) {
    .community307-admin-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .community307-point-notice,
    .community307-admin-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .community307-daily-grid {
        grid-template-columns: 1fr;
    }
}
