.yadak-pcf-box {
    border: 1px solid #fe810d36;
    background: #fffafa;
    border-radius: 14px;
    padding: 16px;
    margin: 18px 0;
    font-family: inherit;
}

.yadak-pcf-title {
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 12px;
    line-height: 1.8;
}

.yadak-pcf-control label {
    display: block;
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.yadak-pcf-select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #fe810d36;
    border-radius: 10px;
    padding: 8px 12px;
    background: #fff;
    color: #222;
    outline: none;
}

.yadak-pcf-select:focus {
    border-color: #FE810D;
    box-shadow: 0 0 0 3px rgba(196, 18, 48, 0.08);
}

.yadak-pcf-result {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fe810d36;
    color: #222;
    line-height: 1.9;
}

.yadak-pcf-result-label {
    display: block;
    color: #FE810D;
    font-weight: 700;
    margin-bottom: 4px;
}

.yadak-pcf-result-code {
    direction: ltr;
    unicode-bidi: plaintext;
    display: inline-block;
    font-size: 16px;
    color: #111;
}

.yadak-pcf-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.yadak-pcf-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #fe810d36;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 0px;
}

.yadak-pcf-table th,
.yadak-pcf-table td {
    padding: 12px 14px;
    text-align: center;
    width: 30%;
    border-bottom: 1px solid #fe810d36;
    vertical-align: middle;
    line-height: 1.9;
}

.yadak-pcf-table th {
    background: #fe810d36;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.yadak-pcf-table tr:last-child td {
    border-bottom: 0;
}

.yadak-pcf-code-cell {
    direction: ltr;
    unicode-bidi: plaintext;
    font-weight: 700;
    color: #111;
    white-space: pre-line;
}

.yadak-pcf-empty {
    padding: 12px 14px;
    border-radius: 10px;
    background: #fe810d36;
    color: #555;
    line-height: 1.9;
}

@media (max-width: 600px) {
    .yadak-pcf-table th,
    .yadak-pcf-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
}
