.gold-btn-wrapper-a3e61815 {
    display: block;
    width: 100%;
}

.gold-btn-a3e61815 {
    display: inline-block;
    padding: 12px 45px;
    border: 1.5px solid #bd9b53; /* Elegant gold tone */
    border-radius: 50px; /* Pill shape */
    color: #bd9b53;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    background: transparent;
}

.gold-btn-a3e61815:hover {
    background-color: #bd9b53;
    color: #ffffff;
}