/* Link Hider - Compact Teal Button */
.download-button-wrapper {
    width: 100%;
    text-align: center;
}

.initiate_link {
    text-decoration: none;
    text-align: center;
    font-family: "Google Sans", "Roboto", Arial, sans-serif;
    display: inline-flex !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 9px 18px !important;
    font-weight: 500;
    line-height: 1.3;
    font-size: 15px;
    border: 1px solid #1CB0FE !important;
    border-radius: 6px !important;
    background-color: #1CB0FE !important;
    color: #fff !important;
    box-shadow: 0 3px 8px rgba(73,189,191,0.25);
    cursor: pointer;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.initiate_link:visited { color: #fff !important; }
.initiate_link:hover, .initiate_link:focus {
    background-color: #3AAEB0 !important;
    border-color: #3AAEB0 !important;
    color: #fff !important;
}

button.hider_progress_timer {
    display: inline-flex;
    margin: 0 auto;
    font-size: 14px;
    padding: 9px 18px;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid #1CB0FE;
    border-radius: 6px !important;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

/* LinkHide 2.3 - Compact Blue Button */
.linkhide-button,
.linkhide-btn,
.linkhide-button button,
button.linkhide-button,
a.linkhide-button,
#linkhide-button,
.linkhide-timer-button {
    background-color: #1CB0FE !important;
    border-color: #1CB0FE !important;
    color: #ffffff !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 8px 16px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
    box-sizing: border-box;
}
.linkhide-button:hover,
.linkhide-btn:hover,
button.linkhide-button:hover,
a.linkhide-button:hover,
#linkhide-button:hover,
.linkhide-timer-button:hover {
    background-color: #119FE9 !important;
    border-color: #119FE9 !important;
}
