.wp-block-keynote {
    margin: 2rem 0;
}

.wp-block-keynote .keynote-box {
    border-radius: 1.5rem;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(225, 48, 108, 0.1);
    border: 1px solid #dee2e6;
    background:
            linear-gradient(135deg, #e1306c 0%, #17a2b8 100%) left / 6px 100% no-repeat,
            linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.wp-block-keynote .keynote-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(225, 48, 108, 0.15);
}

.wp-block-keynote .keynote-title {
    background: linear-gradient(135deg, #e1306c 0%, #17a2b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.wp-block-keynote .keynote-content {
    color: #495057;
    font-size: 1rem;
    line-height: 1.7;
}

.wp-block-keynote .keynote-content p { margin-bottom: 1rem; }
.wp-block-keynote .keynote-content p:last-child { margin-bottom: 0; }

.wp-block-keynote .keynote-content a {
    background: linear-gradient(135deg, #e1306c 0%, #17a2b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: underline;
    font-weight: 500;
    transition: all 0.2s;
}

.wp-block-keynote .keynote-content a:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.wp-block-keynote .keynote-content strong {
    color: #343a40;
    font-weight: 600;
}

.wp-block-keynote .keynote-content em {
    font-style: italic;
    color: #6c757d;
}

@media (max-width: 768px) {
    .wp-block-keynote .keynote-box {
        padding: 1.5rem;
        margin: 1.5rem 0;
    }
    .wp-block-keynote .keynote-title { font-size: 1.1rem; }
    .wp-block-keynote .keynote-content { font-size: 0.95rem; }
}
