.phone-form-container {

    display: flex;

    flex-direction: column;

    gap: 20px;
}

.phone-text {

    text-align: center;
}



.copy-success {

    text-align: center;

    opacity: 0;

    transition: opacity 0.3s ease;
}

.phone-actions {

    display: flex;

    gap: 15px;

    width: 100%;
}

.phone-actions a,
.phone-actions button {

    flex: 1;

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;
}



.phone-subtext {

    text-align: center;

    opacity: 0.8;

    margin-top: -10px;
}

.phone-form-container h1,
.phone-form-container h2,
.phone-form-container h3,
.phone-form-container p {
    text-align: center;
}