/* Editor Styles for Subscribe Block */

/* Main block styles */
.wp-block-tonyteo-subscribe {
    background-color: #1f1f1f;
    color: #fff;
    padding: 50px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    clear: both;
}

/* Typography */
.wp-block-tonyteo-subscribe h2 {
    font-size: 18px;
    color: #daa520;
}

.wp-block-tonyteo-subscribe h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.wp-block-tonyteo-subscribe p {
    color: #aaa;
    margin-bottom: 30px;
}

/* Subscribe form */
.wp-block-tonyteo-subscribe .site-subscribe {
    position: relative;
    max-width: 400px;
    margin-bottom: 30px;
}

.wp-block-tonyteo-subscribe .site-subscribe input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #daa520;
    background-color: transparent;
    color: #fff;
}

.wp-block-tonyteo-subscribe .site-subscribe button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    background-color: #daa520;
    color: #fff;
    border: none;
} 