/* Achievements & Awards Widget - Shared Button Styles */
.cnc-awards-section .cnc-awards-btn-wrap {
    margin-top: 20px;
}

.cnc-awards-section .cnc-awards-btn-wrap .cnc-awards-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    line-height: 1;
}

.cnc-awards-section .cnc-awards-btn-wrap .cnc-awards-btn .cnc-btn-icon-before,
.cnc-awards-section .cnc-awards-btn-wrap .cnc-awards-btn .cnc-btn-icon-after {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cnc-awards-section .cnc-awards-btn-wrap .cnc-awards-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
