
.pmrlp-latest-box {
    margin: 28px 0;
    padding: 22px;
    border: 1px solid #d7e8e1;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 86, 65, .05);
}
.pmrlp-latest-box > h2 {
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #2e2925 !important;
    font-size: 1.35rem !important;
}
.pmrlp-latest-box table {
    width: 100%;
    border-collapse: collapse;
}
.pmrlp-latest-box th,
.pmrlp-latest-box td {
    padding: 12px 11px;
    border: 1px solid #dfe8e4;
    text-align: left;
    vertical-align: middle;
}
.pmrlp-latest-box th {
    background: #eef8f4;
    color: #087b65;
    font-size: .84rem;
}
.pmrlp-latest-box td:nth-child(2) {
    color: #087b65;
    font-weight: 850;
    white-space: nowrap;
}
.pmrlp-latest-box .pmrlp-best {
    background: #fffaf0;
}
.pmrlp-latest-box .pmrlp-muted {
    margin-top: 11px;
    color: #68756f;
    font-size: .78rem;
    line-height: 1.7;
}
.pmrlp-pointsite-list {
    margin: 34px 0;
    padding: 22px;
    border: 1px solid #d7e8e1;
    border-radius: 15px;
    background: #fff;
}
.pmrlp-pointsite-list > h2 {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #2e2925 !important;
    font-size: 1.35rem !important;
}
.pmrlp-pointsite-intro {
    margin: 10px 0 16px;
    color: #68756f;
    line-height: 1.75;
}
.pmrlp-pointsite-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.pmrlp-pointsite-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #dfeae5;
    border-radius: 11px;
    background: #f9fcfb;
}
.pmrlp-pointsite-name {
    min-width: 0;
    overflow: hidden;
    color: #087b65;
    font-weight: 850;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pmrlp-pointsite-actions {
    display: flex;
    gap: 6px;
}
.pmrlp-pointsite-actions a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: 6px 9px;
    border-radius: 999px;
    background: #e7f7f1;
    color: #087b65;
    font-size: .72rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}
.pmrlp-pointsite-actions a.is-register {
    background: #48c49f;
    color: #fff;
}
@media (max-width: 720px) {
    .pmrlp-latest-box {
        padding: 15px;
    }
    .pmrlp-latest-box table {
        min-width: 650px;
    }
    .pmrlp-pointsite-grid {
        grid-template-columns: 1fr;
    }
    .pmrlp-pointsite-card {
        grid-template-columns: minmax(0, 1fr);
    }
    .pmrlp-pointsite-actions {
        flex-wrap: wrap;
    }
}
