/* Amazon Box Subscriber Styles */

.amg-button {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    border: 1px solid #333;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.amg-button:hover {
    background: #f7f7f7;
    transform: translateY(-1px);
}

.amg-button.primary {
    background: #333;
    color: #fff;
}

/* Subscribe Card (Cocoon Inspired & Premium) */
.amg-subscribe-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    max-width: 500px;
    margin: 40px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.amg-sub-main-text {
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    border: none !important;
}

.amg-sub-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.amg-sub-security {
    font-size: 11px;
    color: #bbb;
    margin-top: 25px;
    margin-bottom: 5px !important;
}

.amg-subscribe-card input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s;
    margin-bottom: 12px;
}

.amg-subscribe-card input[type="email"]:focus {
    border-color: #333;
}

/* Landing Page Reset (Targeted) */
body.amg-landing-page header.article-header h1.entry-title,
body.amg-landing-page .entry-title,
body.amg-landing-page .breadcrumb,
body.amg-landing-page .header,
body.amg-landing-page .header-container,
body.amg-landing-page .top-menu-content,
body.amg-landing-page .sns-share,
body.amg-landing-page .sns-follow,
body.amg-landing-page .author-info {
    display: none !important;
}

body.amg-landing-page .sidebar,
body.amg-landing-page #sidebar {
    display: none !important;
}

body.amg-landing-page .main,
body.amg-landing-page #main {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}