/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2026 | 00:39:17 */
/* Stack external link buttons vertically */
.external-buttons-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important; /* Align buttons to the left */
}

.external-buttons-wrapper .el-track-button {
    width: 100% !important;        /* Make buttons full width of the container */
    max-width: 300px !important;   /* Optional: Limit the maximum width so they aren't too wide */
    margin-bottom: 12px !important; /* Add spacing between the stacked buttons */
    margin-right: 0 !important;    /* Remove the original side spacing */
    display: block !important;
    text-align: center !important;
}
