.Secondline {
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-style: solid;
    border-left-width: 0px;
    border-right-style: solid;
    border-right-width: 0px;
    border-top-style: solid;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(37, 37, 37);
    display: block;
    font-family: "Rakuten Sans UI", system-ui, Arial, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 64px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 367.5px;
    margin-right: 367.5px;
    margin-top: 0px;
    max-width: 1170px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: start;
    text-size-adjust: 100%;
    text-transform: none;
    unicode-bidi: isolate;
    width: 1170px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* RTL Support for Secondary Components */
[dir="rtl"] .section-bg {
    text-align: right;
}

[dir="rtl"] .content {
    text-align: right;
}

[dir="rtl"] .btn {
    margin-left: 0;
    margin-right: 0.5rem;
}

[dir="rtl"] .btn:last-child {
    margin-right: 0;
    margin-left: 0.5rem;
}

/* RTL Responsive Fixes for Secondary Components */
@media (max-width: 768px) {
    [dir="rtl"] .section-bg,
    [dir="rtl"] .content {
        text-align: center;
    }
    
    [dir="rtl"] .btn {
        margin: 0.25rem 0;
        width: 100%;
    }
} 