/* COMPACT BUTTON STYLES - ONLY FOR SPECIFIC BUTTONS, NOT HERO BUTTONS */

/* DO NOT MODIFY HERO BUTTONS - Leave them as original */

/* Remove all hero button modifications - keep them original */

/* Make the "more" button narrower and slightly increase height */
.btn-view-more {
    padding: 10px 20px !important;  /* Slightly increased height (10px instead of 8px), same width */
    max-width: 120px !important;    /* Slightly increased max width for Italian text */
    justify-content: center !important;  /* Center the content horizontally */
    align-items: center !important;      /* Center the content vertically */
    text-align: center !important;       /* Center the text */
}

/* Move the "more" button up by reducing the margin above it */
.experiences-actions {
    margin-top: 15px !important;  /* Further reduced from 20px to move button up more */
}
