.rp-d1272a4b-container {
    font-family: 'Poppins', sans-serif;
    max-width: 1000px;
    margin: 0 auto;
}
.rp-d1272a4b-heading {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}
.rp-d1272a4b-intro {
    text-align: center;
    margin-bottom: 40px;
}
.rp-d1272a4b-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}
.rp-d1272a4b-card {
    text-align: left;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.rp-d1272a4b-card-icon {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.rp-d1272a4b-card-title {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
}
.rp-d1272a4b-card-desc {
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 0;
}
.rp-d1272a4b-notice {
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}
.rp-d1272a4b-btn-wrapper {
    text-align: center;
}
.rp-d1272a4b-btn {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.rp-d1272a4b-btn:hover {
    opacity: 0.9;
}